reduction of ISO size to 1.9 GB - milestone

This commit is contained in:
phanes
2023-05-28 00:29:16 -04:00
parent 93f40be56e
commit 832361fd6f
3 changed files with 6 additions and 3 deletions

View File

@@ -137,7 +137,10 @@ mode_build() {
autoreconf -i
assert_zero $?
./configure
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--docdir=/usr/share/doc/${APPNAME}-${VERSION}
assert_zero $?
logprint "Compiling docs..."

View File

@@ -154,7 +154,7 @@ mode_install() {
assert_zero $?
logprint "Installing modules..."
make modules_install
make INSTALL_MOD_STRIP=1 modules_install
assert_zero $?
logprint "Installing kernel"