* [gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: /, scripts/
@ 2015-07-08 15:14 Anthony G. Basile
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2015-07-08 15:14 UTC (permalink / raw
To: gentoo-commits
commit: f8491bed3fd7928d6be0cd6660a5568b9ccfeb59
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 8 15:16:39 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 8 15:16:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=f8491bed
scripts/clean.sh: migrate cleaning to chroot script.
build | 9 ++-------
scripts/clean.sh | 5 +++++
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/build b/build
index 20ef826..77cd44f 100644
--- a/build
+++ b/build
@@ -27,20 +27,15 @@ log stamp
runscript initrc.sh
runscript passwd.sh
+runscript clean.sh
unmount
-clean
kernel
log stamp
-log Tar_it
+log Tar+Hash
log stamp
tarit
-
-log stamp
-log Hash_it
-log stamp
-
hashit
+log stamp
diff --git a/scripts/clean.sh b/scripts/clean.sh
new file mode 100644
index 0000000..0424c9d
--- /dev/null
+++ b/scripts/clean.sh
@@ -0,0 +1,5 @@
+#!/bin/bash -e
+
+for d in /tmp /var/tmp /var/log; do
+ find ${d} -mindepth 1 -exec rm -rf {} +
+rm -rf /etc/resolv.con
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: /, scripts/
@ 2017-12-23 17:39 Anthony G. Basile
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2017-12-23 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 929f07eed0b70e96c34fadc2d0b2d66d9f22834e
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 17:35:33 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 17:38:13 2017 +0000
URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=929f07ee
build: use new syntax for kernel directive
build | 14 ++++++++++++--
scripts/kernel-config | 2 +-
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/build b/build
index 5ca3387..10271f2 100644
--- a/build
+++ b/build
@@ -29,7 +29,7 @@ runscript initrc.sh
runscript passwd.sh
runscript clean.sh
unmount
-kernel
+kernel x86_64
log stamp
log Tar+Hash
@@ -38,5 +38,15 @@ log stamp
tarit
hashit
-log stamp
++log stamp
++log Extras
++log stamp
++
++mount
++populate 4
++runscript cycle.3.sh
++unmount
++kernel x86_64
++
++log stamp
+log END
diff --git a/scripts/kernel-config b/scripts/kernel-config
index 5985a28..a485802 100644
--- a/scripts/kernel-config
+++ b/scripts/kernel-config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.7.10-hardened Kernel Configuration
+# Linux/x86 4.14.8-vanilla Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-23 17:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-23 17:39 [gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: /, scripts/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2015-07-08 15:14 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox