meh #14
|
@ -15,4 +15,5 @@ n/a
|
|||
* Create extremely bare bones install pipeline for core dependencies accross all build types.
|
||||
|
||||
# Images
|
||||
![1 Distro Builder menu. ](images/pic1.png)
|
||||
![1 Distro Builder Menu. ](images/pic1.png)
|
||||
![1 Distro Builder Chroot Menu. ](images/pic2.png)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 50 KiB |
|
@ -64,9 +64,9 @@ function get_live_iso_dependencies() {
|
|||
read -p "--> : " ANSR
|
||||
done
|
||||
case $ANSR in
|
||||
"0" ) apt-get install --yes ubiquity-frontend-gtk --no-install-recommends --no-install-suggests;;
|
||||
"1" ) apt-get install --yes ubiquity-frontend-kde --no-install-recommends --no-install-suggests;;
|
||||
"2" ) return;;
|
||||
"1" ) apt-get install --yes ubiquity-frontend-gtk --no-install-recommends --no-install-suggests;;
|
||||
"2" ) apt-get install --yes ubiquity-frontend-kde --no-install-recommends --no-install-suggests;;
|
||||
"0" ) return;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue