Build an iso with all your deb favorite package and you personnal files in it. With dependencies.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ISOFILE=$HOME/debian-13.5.0-amd64-netinst.iso |
|
PRESEED=$HOME/preseedvmlfsdev.cfg |
|
NEWFLAVOR=vmlfsdev |
|
MYFILES=$HOME/myfiles |
|
WANTED=$HOME/wanted-lfs.txt |
|
SUGGESTED=false |
|
POPCON=false |
|
EXTRA_SCRIPT=$HOME/lfsdev.sh |
|
OFFLINE=1 |