notes to self: update TODO list
parent
6fb2065909
commit
c0d40900dc
|
@ -23,14 +23,25 @@ first run message in .xinitrc.d
|
||||||
add online check to all the selections that need internet
|
add online check to all the selections that need internet
|
||||||
sort out /etc/resolv.conf for the chroot
|
sort out /etc/resolv.conf for the chroot
|
||||||
set keyboard layout for initramfs
|
set keyboard layout for initramfs
|
||||||
|
tell user about expected GRUB error messaegs
|
||||||
|
disable suspend and hibernate
|
||||||
|
when shutting down, let Xorg exit first, then run `loginctl {poweroff,reboot}`
|
||||||
|
add polkit to common packages
|
||||||
|
https://github.com/aarnt/octoxbps
|
||||||
|
system-image
|
||||||
|
make all output appear on current TTY
|
||||||
|
sync before and after creating the image
|
||||||
package selections:
|
package selections:
|
||||||
desktop
|
desktop
|
||||||
icewm-full
|
icewm-full
|
||||||
packages
|
packages
|
||||||
-> audio applet
|
-> audio applet -> volctl
|
||||||
-> system monitor, file browser, image viewer, text editor, archive manager
|
-> system monitor, file browser, image viewer, text editor, archive manager
|
||||||
-> GUI package manager? GUI update manager?
|
-> GUI package manager? GUI update manager?
|
||||||
-> notification daemon?
|
-> notification daemon?
|
||||||
|
xscreensaver
|
||||||
|
blueman
|
||||||
|
-> BT support?
|
||||||
post-install
|
post-install
|
||||||
add ultimate.bashrc
|
add ultimate.bashrc
|
||||||
add backgrounds
|
add backgrounds
|
||||||
|
@ -38,16 +49,21 @@ package selections:
|
||||||
kick off scripts in .xinitrc.d from .xinitrc
|
kick off scripts in .xinitrc.d from .xinitrc
|
||||||
exec icewm-session from .xinitrc
|
exec icewm-session from .xinitrc
|
||||||
add to .xinitrc.d
|
add to .xinitrc.d
|
||||||
choose random background
|
|
||||||
start pipewire, pipewire-pulse, wireplumber
|
start pipewire, pipewire-pulse, wireplumber
|
||||||
start conky
|
start conky
|
||||||
start nm-applet, audio applet
|
start nm-applet, audio applet
|
||||||
display README
|
display README
|
||||||
|
start xscreensaver
|
||||||
|
start blueman
|
||||||
put README.txt with relevant information on root dir of F2FS partition
|
put README.txt with relevant information on root dir of F2FS partition
|
||||||
symlink to /home/README.txt
|
symlink to /home/README.txt
|
||||||
add a symlink ~/.local/bin/xterm that points to lxterminal
|
add a symlink ~/.local/bin/xterm that points to lxterminal
|
||||||
configure icewm
|
configure icewm
|
||||||
|
startup script
|
||||||
|
choose random background
|
||||||
|
configuration
|
||||||
configure conky
|
configure conky
|
||||||
|
configure xscreensaver
|
||||||
icewm-lite
|
icewm-lite
|
||||||
post-install
|
post-install
|
||||||
add ultimate.bashrc
|
add ultimate.bashrc
|
||||||
|
@ -88,7 +104,6 @@ Stage 2:
|
||||||
-> useradd --groups "comma,separated,groups" --create-home --shell /bin/bash $USERNAME
|
-> useradd --groups "comma,separated,groups" --create-home --shell /bin/bash $USERNAME
|
||||||
-> groups: dialout users wheel
|
-> groups: dialout users wheel
|
||||||
-> ?? groups:
|
-> ?? groups:
|
||||||
-> video - Can use GUI? Can use webcam?
|
|
||||||
-> cdrom optical - can listen to CDs? Can watch DVDs? Can mount / unmount CDs/DVDs?
|
-> cdrom optical - can listen to CDs? Can watch DVDs? Can mount / unmount CDs/DVDs?
|
||||||
-> storage - can mount / unmount disks from GUI?
|
-> storage - can mount / unmount disks from GUI?
|
||||||
-> scanner - can scan things (for example using XSane?)
|
-> scanner - can scan things (for example using XSane?)
|
||||||
|
|
Loading…
Reference in New Issue