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
|
||||
sort out /etc/resolv.conf for the chroot
|
||||
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:
|
||||
desktop
|
||||
icewm-full
|
||||
packages
|
||||
-> audio applet
|
||||
-> audio applet -> volctl
|
||||
-> system monitor, file browser, image viewer, text editor, archive manager
|
||||
-> GUI package manager? GUI update manager?
|
||||
-> notification daemon?
|
||||
xscreensaver
|
||||
blueman
|
||||
-> BT support?
|
||||
post-install
|
||||
add ultimate.bashrc
|
||||
add backgrounds
|
||||
|
@ -38,16 +49,21 @@ package selections:
|
|||
kick off scripts in .xinitrc.d from .xinitrc
|
||||
exec icewm-session from .xinitrc
|
||||
add to .xinitrc.d
|
||||
choose random background
|
||||
start pipewire, pipewire-pulse, wireplumber
|
||||
start conky
|
||||
start nm-applet, audio applet
|
||||
display README
|
||||
start xscreensaver
|
||||
start blueman
|
||||
put README.txt with relevant information on root dir of F2FS partition
|
||||
symlink to /home/README.txt
|
||||
add a symlink ~/.local/bin/xterm that points to lxterminal
|
||||
configure icewm
|
||||
startup script
|
||||
choose random background
|
||||
configuration
|
||||
configure conky
|
||||
configure xscreensaver
|
||||
icewm-lite
|
||||
post-install
|
||||
add ultimate.bashrc
|
||||
|
@ -88,7 +104,6 @@ Stage 2:
|
|||
-> useradd --groups "comma,separated,groups" --create-home --shell /bin/bash $USERNAME
|
||||
-> groups: dialout users wheel
|
||||
-> ?? groups:
|
||||
-> video - Can use GUI? Can use webcam?
|
||||
-> cdrom optical - can listen to CDs? Can watch DVDs? Can mount / unmount CDs/DVDs?
|
||||
-> storage - can mount / unmount disks from GUI?
|
||||
-> scanner - can scan things (for example using XSane?)
|
||||
|
|
Loading…
Reference in New Issue